net/http.http2Framer.WriteWindowUpdate (method)
9 uses
	net/http (current package)
		h2_bundle.go#L2393: func (f *http2Framer) WriteWindowUpdate(streamID, incr uint32) error {
		h2_bundle.go#L7992: 	cc.fr.WriteWindowUpdate(0, http2transportDefaultConnFlow)
		h2_bundle.go#L9814: 			cc.fr.WriteWindowUpdate(0, http2mustUint31(connAdd))
		h2_bundle.go#L9817: 			cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
		h2_bundle.go#L9845: 			cc.fr.WriteWindowUpdate(0, uint32(connAdd))
		h2_bundle.go#L9893: 				cc.fr.WriteWindowUpdate(0, uint32(connAdd))
		h2_bundle.go#L9959: 				cc.fr.WriteWindowUpdate(0, uint32(sendConn))
		h2_bundle.go#L9962: 				cc.fr.WriteWindowUpdate(cs.ID, uint32(sendStream))
		h2_bundle.go#L10791: 	return ctx.Framer().WriteWindowUpdate(wu.streamID, wu.n)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |